new feature - #3
Open
Zony-Zhao wants to merge 2 commits into
Open
Conversation
1.Can read InputType class 2.Read Enum as String(sounds weird, but works if using flutter_graphql)
Owner
|
@Zony-Zhao I haven't yet been able to test it. But I suggest you update the readme, version and changelog also. |
Author
|
It seems that still exist some issues when translating List of primitives. When I have List<String> ,dart says List<Object> is not subtype of List<String>.
Without the '.map<String>((o)=>o.toString()).toList()' d which is I manually added. it throws error
…------------------ Original message ------------------
From: "vikram25897";
Sendtime: Friday, Oct 16, 2020 7:09 PM
To: "vikram25897/graphql_to_dart";
Cc: "zonyzhao"<1668069501@qq.com>; "Mention";
Subject: Re: [vikram25897/graphql_to_dart] new feature (#3)
@Zony-Zhao I haven't yet been able to test it. But I suggest you update the readme, version and changelog also.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Owner
|
@Zony-Zhao Okay I'll look at it and see what can be done. |
Author
1.Can read InputType class 2.Read Enum as String(sounds weird, but works if using flutter_graphql)
|
@vikram25897 @Zony-Zhao |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

1.Can read InputType class
2.Read Enum as String(sounds weird, but works if using flutter_graphql)